Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c137 int do_entry(struct use_item *);
196 token_type = do_entry((struct use_item *)NULL); in compile()
212 (void) do_entry(ptr); in compile()
224 (void) do_entry(ptr); in compile()
295 do_entry(struct use_item *item_ptr) in do_entry() function