Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Ddecode.c887 static constant unsigned char * cmd_next_entry(constant unsigned char *entry, constant unsigned char *end, mutable int *action, mutable constant unsigned char **extra, mutable size_t *cmdlen) in cmd_decode()
928 entry = cmd_next_entry(entry, t->t_end, &action, NULL, NULL); in cmd_decode()
979 table = cmd_next_entry(table, tlist->t_end, &taction, &textra, &tcmdlen);
822 static constant unsigned char * cmd_next_entry(constant unsigned char *entry, mutable int *action, mutable constant unsigned char **extra, mutable size_t *cmdlen) cmd_next_entry() function