HomeSort by: relevance | last modified time | path
    Searched defs:interpret (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/rpc/
getrpcent.c 82 static struct rpcent *interpret(char *val, size_t len);
174 return (interpret(d->line, strlen(d->line)));
178 interpret(char *val, size_t len) function
  /src/external/gpl2/groff/dist/src/preproc/grn/
main.cpp 223 void interpret(char *line);
467 | file. conv reads the input and calls `interpret' to process
644 interpret(inputline); /* take commands from the input file */
706 | Routine: interpret (character_string)
720 interpret(char *line) function
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 1110 int interpret(macro *);
1147 int non_interpreted_char_node::interpret(macro *mac) function in class:non_interpreted_char_node
5106 int interpret(macro *);
5149 int non_interpreted_node::interpret(macro *m) function in class:non_interpreted_node
7705 // Don't interpret character definitions in compatible mode.
node.cpp 3817 int node::interpret(macro *) function in class:node

Completed in 32 milliseconds