semantic-lex-beginning-of-line

semantic-lex-beginning-of-line is a variable defined in `lex.el'.
Its value is shown below.

Documentation:
Detect and create a beginning of line token (BOL).

Value:

((and (bolp) (semantic-lex-push-token (semantic-lex-token 'bol (point) (point))) nil) nil)