HomeSort by: relevance | last modified time | path
    Searched refs:lexer_symbol (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/indent/
indent.h 72 typedef enum lexer_symbol { enum
117 } lexer_symbol; typedef in typeref:enum:lexer_symbol
304 lexer_symbol prev_lsym; /* the previous token, but never comment,
495 lexer_symbol lexi(void);
lexi.c 51 lexer_symbol lsym;
381 static lexer_symbol
420 lexer_symbol lsym = lsym_word;
569 lexer_symbol
584 lexer_symbol alnum_lsym = lexi_alnum();
592 lexer_symbol lsym;
indent.c 307 should_break_line(lexer_symbol lsym)
330 move_com_to_code(lexer_symbol lsym)
340 update_ps_lbrace_kind(lexer_symbol lsym)
355 update_ps_badp(lexer_symbol lsym)
985 process_word(lexer_symbol lsym)
1047 process_lsym(lexer_symbol lsym)
1117 lexer_symbol lsym = lexi();

Completed in 15 milliseconds