Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDedit.c932 char *endq; in notify_do() local
956 endq = strchr (q, '+'); in notify_do()
957 if (endq == NULL || (nextp != NULL && endq > nextp)) in notify_do()
960 endq = q + strlen (q); in notify_do()
962 endq = nextp; in notify_do()
966 nextq = endq + 1; in notify_do()
970 if (type == 'E' && endq - q == 4 && strncmp ("edit", q, 4) == 0) in notify_do()
975 && endq - q == 6 && strncmp ("unedit", q, 6) == 0) in notify_do()
980 && endq - q == 6 && strncmp ("commit", q, 6) == 0) in notify_do()
985 && endq - q == 5 && strncmp ("tedit", q, 5) == 0) in notify_do()
[all …]