HomeSort by: relevance | last modified time | path
    Searched refs:EQN_LIST (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/mdocml/dist/
eqn.h 23 EQN_LIST, /* List, for example in braces. */
eqn_term.c 60 if ((bp->type == EQN_LIST && bp->expectargs > 1) ||
69 ((bp->parent->type == EQN_LIST && bp->expectargs == 1) ||
73 (bp->type == EQN_LIST &&
78 (bp->prev->type == EQN_LIST ||
139 child->type == EQN_LIST &&
145 child->type == EQN_LIST &&
eqn_html.c 56 if (bp->first->type != EQN_LIST ||
138 bp->first->type == EQN_LIST &&
141 } else if (bp->type == EQN_LIST && bp->expectargs > 1 &&
eqn.c 726 parent->type = EQN_LIST;
779 parent->type = EQN_LIST;
819 parent->type = EQN_LIST;
921 if (cur->type == EQN_LIST &&
954 while (parent->type == EQN_LIST &&
975 parent->type = EQN_LIST;
1009 parent->type = EQN_LIST;
1083 split->type = EQN_LIST;
tree.c 341 case EQN_LIST:

Completed in 45 milliseconds