Home
last modified time | relevance | path

Searched refs:INC_LINE (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gravity/gravity-0.8.5/src/compiler/
H A Dgravity_lexer.c45 #define INC_LINE ++lexer->lineno; RESET_COL macro
213 if (is_newline(lexer, c)) {INC_LINE; break;} in lexer_scan_comment()
219 if (is_newline(lexer, c)) {INC_LINE;} in lexer_scan_comment()
350 if (is_newline(lexer, c2)) INC_LINE; in lexer_scan_string()
579 if (is_newline(lexer, c)) {INC_OFFSET_POSITION; INC_LINE; goto loop;} in gravity_lexer_next()
623 INC_LINE; in gravity_lexer_skip_line()
/dports/x11-wm/pwm/pwm-20070720/libtu/
H A Dtokenizer.c106 #define INC_LINE() tokz->line++ macro
196 INC_LINE(); in scan_c_comment()
226 INC_LINE(); in skip_c_comment()
616 INC_LINE(); in tokz_get_token()
640 INC_LINE(); in tokz_get_token()
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dyio.c98 #define INC_LINE 256 macro
131 getsLine->line = line = p_malloc(maxChars+INC_LINE+1); in Ygets()
134 getsLine->max = (maxChars += INC_LINE); in Ygets()