Lines Matching refs:om
368 { OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -o output" },
1048 omstr *om = (omstr *)malloc(sizeof(omstr));
1050 if (om == NULL)
1055 om->next = NULL;
1056 om->groupnum = n;
1060 om->next = after->next;
1061 after->next = om;
1063 return om;
1753 omstr *om;
1755 for (om = only_matching; om != NULL; om = om->next)
1757 int n = om->groupnum;