Home
last modified time | relevance | path

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

/netbsd/external/bsd/flex/dist/src/
H A Dmisc.c123 while (len + action_index >= action_size - 10 /* slop */ ) { in add_action()
139 strcpy (&action_array[action_index], new_text); in add_action()
141 action_index += len; in add_action()
395 action_array[action_index++] = '\0'; in mark_defs1()
396 action_offset = prolog_offset = action_index; in mark_defs1()
397 action_array[action_index] = '\0'; in mark_defs1()
406 action_array[action_index++] = '\0'; in mark_prolog()
407 action_offset = action_index; in mark_prolog()
408 action_array[action_index] = '\0'; in mark_prolog()
H A Dmain.c69 action_index; variable
978 defs1_offset = prolog_offset = action_offset = action_index = 0; in flexinit()
H A Dflexdef.h428 extern int defs1_offset, prolog_offset, action_offset, action_index;