Home
last modified time | relevance | path

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

/external/curl/lib/
Dhash.c249 struct curl_llist_element *lnext; in Curl_hash_clean_with_criterium() local
261 lnext = le->next; in Curl_hash_clean_with_criterium()
267 le = lnext; in Curl_hash_clean_with_criterium()
/external/svox/pico/lib/
Dpicopr.c656 picoos_uchar lnext; in pr_isLatinNumber() local
700 lnext = str[li + 1]; in pr_isLatinNumber()
702 lnext = 0; in pr_isLatinNumber()
706 if (lnext == llatinV) { in pr_isLatinNumber()
710 } else if (lnext == llatinX) { in pr_isLatinNumber()
727 if (lnext == llatinL) { in pr_isLatinNumber()
731 } else if (lnext == llatinC) { in pr_isLatinNumber()
748 if (lnext == llatinD) { in pr_isLatinNumber()
752 } else if (lnext == llatinM) { in pr_isLatinNumber()